home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
OOP_Course
/
Examples
/
ExtendDraw
/
Controller.h
< prev
next >
Wrap
Text File
|
1992-12-19
|
205b
|
16 lines
#import <appkit/appkit.h>
#import "DrawView.h"
//#import "NXBundle.h"
@interface Controller:Object
{
id drawView;
id toolsMenu;
id toolPalette;
}
-loadNewTool:sender;
-takeDrawTypeFrom:sender;
@end;